home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Ware Multimedia 1995 May
/
cd Ware (Juegos) Epimundo.iso
/
DOS
/
C
/
FLASHPC.ZIP
/
MAKEFILE
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-25
|
260 b
|
13 lines
#options=
options= /Zi /Od
compiler= cl /c /AL /Gt512
wlevel= /W3
test.exe : test.obj
link /CO /ST:8192 @test.lnk
del *.bak
test.obj : test.c
$(compiler) $(wlevel) $(options) test.c